Fix some doc comments.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 12 Oct 2001 20:59:08 +0000 (20:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 12 Oct 2001 20:59:08 +0000 (20:59 +0000)
        * gtk/gtkwidget.c: Fix some doc comments.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwidget.c

index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 74c64433f2262b10df929efa1db1bdeb2e2b2a1a..d033db2422fbc7d56df7f07b06b52fcc3a1e6e06 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-12  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkwidget.c: Fix some doc comments.
+
 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
index 740f9c6d928dbcee49a4002f0c62ccf37608ff53..dfcb24cde73819457849ddc18e61ba8c448c931c 100644 (file)
@@ -3645,9 +3645,9 @@ gtk_widget_modify_color_component (GtkWidget     *widget,
 
 /**
  * gtk_widget_modify_fg:
- * @widget: a #GtkWidget
+ * @widget: a #GtkWidget.
  * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @color: the color to assign (does not need to be allocated).
  * 
  * Set the foreground color for a widget in a particular state.  All
  * other style values are left untouched. See also
@@ -3667,9 +3667,9 @@ gtk_widget_modify_fg (GtkWidget   *widget,
 
 /**
  * gtk_widget_modify_bg:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the background color.
+ * @color: the color to assign (does not need to be allocated).
  * 
  * Set the background color for a widget in a particular state.  All
  * other style values are left untouched. See also
@@ -3688,10 +3688,10 @@ gtk_widget_modify_bg (GtkWidget   *widget,
 }
 
 /**
- * gtk_widget_modify_base:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * gtk_widget_modify_text:
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the text color.
+ * @color: the color to assign (does not need to be allocated).
  * 
  * Set the text color for a widget in a particular state.  All other
  * style values are left untouched. The text color is the foreground
@@ -3713,11 +3713,11 @@ gtk_widget_modify_text (GtkWidget   *widget,
 
 /**
  * gtk_widget_modify_base:
- * @widget: a #GtkWidget
- * @state: the state for which to set the foreground color.
- * @color: the color to assign (does not need to be allocated)
+ * @widget: a #GtkWidget.
+ * @state: the state for which to set the base color.
+ * @color: the color to assign (does not need to be allocated).
  * 
- * Set the text color for a widget in a particular state.
+ * Set the base color for a widget in a particular state.
  * All other style values are left untouched. The base color
  * is the background color used along with the text color
  * (see gtk_widget_modify_text) for widgets such as #GtkEntry